google.golang.org/grpc/internal/transport.outStream.state (field)

13 uses

	google.golang.org/grpc/internal/transport (current package)
		controlbuf.go#L240: 	state            outStreamState
		controlbuf.go#L656: 		if strQuota := int(l.oiws) - str.bytesOutStanding; strQuota > 0 && str.state == waitingOnStreamQuota {
		controlbuf.go#L657: 			str.state = active
		controlbuf.go#L676: 		state: empty,
		controlbuf.go#L698: 		if str.state != empty { // either active or waiting on stream quota.
		controlbuf.go#L711: 		state: empty,
		controlbuf.go#L790: 	if str.state == empty {
		controlbuf.go#L791: 		str.state = active
		controlbuf.go#L922: 					if stream.state == waitingOnStreamQuota {
		controlbuf.go#L923: 						stream.state = active
		controlbuf.go#L964: 		str.state = waitingOnStreamQuota
		controlbuf.go#L1024: 		str.state = empty
		controlbuf.go#L1033: 		str.state = waitingOnStreamQuota